projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f7d53
)
(features): Add `base64' to this list.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Nov 1998 21:52:25 +0000
(21:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Nov 1998 21:52:25 +0000
(21:52 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 20b9a8f8e76e4adfa986120f833fbf3bb02ad3a3..f2f22a82490be9644bccd61e8deef4950d7e4722 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-280,6
+280,9
@@
is okay. See `mode-line-format'.")
(make-variable-buffer-local 'indent-tabs-mode)
+;; We have base64 functions built in now.
+(add-to-list 'features 'base64)
+
(define-key esc-map "\t" 'complete-symbol)
(defun complete-symbol (arg)